home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / emacsbin < prev    next >
Text File  |  1997-06-06  |  365b  |  9 lines

  1. ( cd usr/share/emacs/20.2/etc ; rm -rf DOC )
  2. ( cd usr/share/emacs/20.2/etc ; ln -sf DOC-20.2.1 DOC )
  3. ( cd usr/share/emacs/20.2 ; rm -rf site-lisp )
  4. ( cd usr/share/emacs/20.2 ; ln -sf ../site-lisp site-lisp )
  5. ( cd usr/bin ; rm -rf emacs )
  6. ( cd usr/bin ; ln -sf emacs-20.2-with-x11 emacs )
  7. ( cd usr/lib ; rm -rf emacs )
  8. ( cd usr/lib ; ln -sf /usr/share/emacs emacs )
  9.